PdfLineCapStyle Enumeration
In This Topic
Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfLineCapStyle
Inherits System.Enum
[ComVisible(true)]
public enum PdfLineCapStyle : System.Enum
public enum PdfLineCapStyle = class(System.Enum)
ComVisibleAttribute()
public enum PdfLineCapStyle extends System.Enum
[ComVisible(true)]
__value public enum PdfLineCapStyle : public System.Enum
[ComVisible(true)]
public enum class PdfLineCapStyle : public System.Enum
Members
Member | Value | Description |
PdfLineCapStyleButt | 0 | Butt cap. The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path. |
PdfLineCapStyleProjectingSquare | 2 | Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off. |
PdfLineCapStyleRound | 1 | Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfLineCapStyle
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace